home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Duke Screw'em 38D
/
Duke Screw'em 38D.iso
/
pc
/
vvdemo.dir
/
00614_Script_614
< prev
next >
Wrap
Text File
|
1996-06-29
|
243b
|
8 lines
on mouseUp
global SUBTOTAL1, TAX1, TOTAL1, shipping1
put subtotal1 into field "total"
put shipping1 into field "total"
Put tax1 into field "total"
Set total1 = Subtotal1 + tax1 + Shipping1
put total1 into field "total"
end